home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / prefs.dxr / 00022_speaker icon.ls < prev    next >
Encoding:
Text File  |  2000-01-14  |  283 b   |  17 lines

  1. property ancestor
  2.  
  3. on new me, buttonName, castName, xSprite, xLoc, descendant
  4.   ancestor = new(script("generic button"), buttonName, castName, xSprite, xLoc, me)
  5.   return me
  6. end
  7.  
  8. on buttonDown me
  9.   buttonDown(ancestor)
  10.   return me
  11. end
  12.  
  13. on performFunction me
  14.   beep()
  15.   return me
  16. end
  17.